home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 716 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.2 KB

  1. Path: nfxgate.nfx.com!usenet
  2. From: rb@nfx.com (Russell Belfer)
  3. Newsgroups: comp.graphics.algorithms,comp.lang.c++,comp.os.ms-windows.programmer.graphics,comp.os.ms-windows.programmer.multimedia,comp.os.ms-windows.programmer.win32
  4. Subject: Re: IJG JPEG Engine and Win32
  5. Date: 5 Jan 1996 20:23:00 GMT
  6. Organization: nFX Corporation
  7. Message-ID: <4ck1b4$3hp@nfxgate.nfx.com>
  8. References: <4cemir$6vb@redstone.interpath.net> <4cfgdg$mhl@macshack.com>
  9. NNTP-Posting-Host: imbrium.nfx.com
  10. Mime-Version: 1.0
  11. Content-Type: Text/Plain; charset=ISO-8859-1
  12. X-Newsreader: WinVN 0.99.5
  13.  
  14. Mike McCammant (mikemc@macshack.com) and Jumpstile Turner
  15. <fortunat@interpath.com> both wrote about problems with the
  16. IJG JPEG Engine under Win32.
  17.  
  18. Here we have got it working using VC++ 2.2.  We had some
  19. problems at first, similar to the problems that were described.
  20.  
  21. The source of the problems turned out to be different type
  22. definitions of the "boolean" type.  It was defined to be one
  23. number of bytes in the library compilation and another in our
  24. application code.  As a result all the structures were accessed
  25. differently by the different modules.  Once we identified this
  26. problem it was a minor adjustment to fix it.
  27.  
  28. Could this be the problem that y'all are having?
  29.  
  30. -- Russell
  31.  
  32.  
  33.